Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Make capturing the ViewHierarchy an EventProcessor #2020

Merged
merged 8 commits into from
Feb 17, 2025

Conversation

bitsandfoxes
Copy link
Contributor

Context

Previously, ViewHierarchy capture was implemented directly in the .NET SDK before the hints concept was introduced.

Changes

  • Moved ViewHierarchy capture logic into a dedicated event processor
  • Decoupled from scope-based attachment handling

Benefits

  • View hierarchy data persists even when scope is cleared
  • Alignment with the SDK's hints system

@bitsandfoxes bitsandfoxes changed the title moved viewhierachy capture to eventprocessor fix: Make capturing the ViewHierarchy an EventProcessor Feb 14, 2025
@bitsandfoxes bitsandfoxes merged commit 3d626fd into main Feb 17, 2025
31 checks passed
@bitsandfoxes bitsandfoxes deleted the fix/viewhierarchy-processor branch February 17, 2025 12:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants